ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Expressions Namespace / EvalServiceExtension Class / Evaluate Method / Evaluate<T>(IExpressionEvaluatorService,ExpressionInfo) Method

In This Topic
    Evaluate<T>(IExpressionEvaluatorService,ExpressionInfo) Method
    In This Topic
    Evaluate with simple default.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Evaluate(Of T)( _
       ByVal evaluator As IExpressionEvaluatorService, _
       ByVal exp As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
    ) As T
    public static T Evaluate<T>( 
       IExpressionEvaluatorService evaluator,
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo exp
    )

    Parameters

    evaluator
    exp

    Type Parameters

    T
    See Also